home *** CD-ROM | disk | FTP | other *** search
- /*
- File: Values.h
-
- Copyright: © 1984-1993 by Apple Computer, Inc., all rights reserved.
-
- WARNING
- This file was auto generated by the interfacer tool. Modifications
- must be made to the master file.
-
- */
-
- #ifndef __VALUES__
- #define __VALUES__
-
-
- /*
- Values.h is going away completely in the future. Please use the macros
- defined in the ANSI C headers float.h and limits.h. If you previously
- used the macros in Values.h , similar macros defined in float.h and
- limits.h will provide equivalent functionality in most cases.
-
- Old Value.h name ANSI C name
- ---------------- -----------
- BITSPERBYTE -> CHAR_BIT
- MAXSHORT -> SHRT_MAX
- MAXINT -> INT_MAX
- MAXLONG -> LONG_MAX
- MAXEXTENDED -> LDBL_MAX
- MAXDOUBLE -> DBL_MAX
- MAXFLOAT -> FLT_MAX
- MINEXTENDED -> LDBL_MIN
- MINDOUBLE -> DBL_MIN
- MINFLOAT -> FLT_MIN
- _EXPBASE -> FLT_RADIX
- XMAXEXP -> LDBL_MAX_EXP
- DMAXEXP -> DBL_MAX_EXP
- FMAXEXP -> FLT_MAX_EXP
- XMINEXP -> LDBL_MIN_EXP
- DMINEXP -> DBL_MIN_EXP
- FMINEXP -> FLT_MIN_EXP
- XSIGNIF -> LDBL_MANT_DIG
- DSIGNIF -> DBL_MANT_DIG
- FSIGNIF -> FLT_MANT_DIG
- */
-
- #endif
-
-